home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000312_news@columbia.edu_Sat Jan 28 11:16:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA12682
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 28 Jan 1995 19:29:03 -0500
  3. Received: by apakabar.cc.columbia.edu id AA15711
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 28 Jan 1995 19:29:00 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!udel!gatech!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.ppp,comp.protocols.kermit.misc
  8. Subject: Re: [?] MS-DOS Kermit 3.14 and Dynamic IP Addresses
  9. Message-Id: <1995Jan28.171658.39633@cc.usu.edu>
  10. Date: 28 Jan 95 17:16:58 MDT
  11. References: <D340HB.3yy@indirect.com>
  12. Organization: Utah State University
  13. Lines: 27
  14. Xref: news.columbia.edu comp.protocols.ppp:8581 comp.protocols.kermit.misc:1751
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <D340HB.3yy@indirect.com>, monty@indirect.com (Jim Monty) writes:
  18. > My Internet service provider recently "upgraded" its terminal servers and
  19. > now only supports dynamic IP addressing.  I've not yet been able to make
  20. > MS-DOS Kermit 3.14 work with any packet driver other than SLIP8250.COM,
  21. > and I can no longer use it because it requires static IP addresses. 
  22. > Has anyone out there found a way to use MS-DOS Kermit in a situation like
  23. > mine?  Should I try CSLIP?  Are there DOS-based PPP drivers that, unlike
  24. > Merit's ETHERPPP, will work with Kermit?
  25. >     I can't (won't!) run Windows.
  26. >     I _must_ run MS-DOS Kermit.  (Because I love it!)
  27. >     I can't communicate with my ISP.  (They're way too arrogant!)
  28. >     I'm desparate.
  29. ---------
  30.     Well, just how does your service provider indicate the IP number
  31. to be used for a particular connection? If it's sent as part of a logon
  32. message then what you need is to write a tiny script to do the logon chatter
  33. and pick out the IP number. Note that MSK v3.14 supports \v(input) to
  34. make the INPUT command's buffer available to the sundry \f...() string
  35. manipulation operators.
  36.     Might your provider support Bootp over SLIP? If so that's the end
  37. of the problem.
  38.         Joe D.